IListBase<T> Interface
Base interface for standard Windows list objects.

C# Syntax

public interface IListBase<T> 
Type Parameters
T
Public Properties
 NameDescription
PropertyItemsThe collection of items in the list as a read-only collection object.  
PropertySelectedItemsThe collection of all selected items in the list as a read-only collection object.  
Top
Public Methods
 NameDescription
MethodActivateItemOverloaded. Activates (double-clicks) the specified generic item in the list.  
MethodDeselectOverloaded. Deselects a list of items according to a generic list.  
MethodExtendSelectOverloaded. Selects additional items from the multi-selection list.
MethodGetItemReturns an item with the given text.  
MethodSelectOverloaded. Selects a list of items according to a generic list.  
MethodSelectRangeOverloaded. Selects all list items between (and including) the two specified items.  
Top